Markup |
<apex:page sidebar="false" showheader="false" title="Gantt Map" standardStyleSheets="false">
<apex:stylesheet value="{!URLFOR($Resource.FSL__LightningDesignSystem260, 'styles/salesforce-lightning-design-system.min.css')}" />
<apex:stylesheet value="{!URLFOR($Resource.FSL__FontAwesome44, 'css/font-awesome.min.css')}" />
<html xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 100%; height: 100%; background: #FFFFFF;">
<head>
<meta charset="utf-8" />
</head>
<body>
<div id="GanttMapAppRoot" style="height: 100%; width: 100%; position: absolute; top: 0px; left: 0px;"></div>
<script type="text/javascript" src="{!URLFOR($Resource.GanttMapSfBundle, 'ganttMapSfBundleDev.js')}"></script>
</body>
</html>
</apex:page> |